home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_2 / PlaceObject2_33_15 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  335 b   |  18 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.clef.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root.compteur")
  5.       {
  6.          gotoAndStop(10);
  7.       }
  8.       tellTarget("_root.enfant_dialogue")
  9.       {
  10.          gotoAndStop(2);
  11.       }
  12.       tellTarget("_root.clef.clefy")
  13.       {
  14.          gotoAndPlay(2);
  15.       }
  16.    }
  17. }
  18.